Skip to content

Marketplace titles and ads#3109

Merged
maxaleks merged 11 commits intomainfrom
issue-3082
Nov 14, 2025
Merged

Marketplace titles and ads#3109
maxaleks merged 11 commits intomainfrom
issue-3082

Conversation

@maxaleks
Copy link
Copy Markdown
Contributor

@maxaleks maxaleks commented Nov 6, 2025

Description and Related Issue(s)

This PR adds advertising to the Marketplace and the ability to change Marketplace titles.

Resolves #3082, #3041, #3085

🚨 ENV vars

New env vars introduced:

  • NEXT_PUBLIC_VIEWS_MARKETPLACE_TITLES – to change Marketplace titles
  • NEXT_PUBLIC_VIEWS_MARKETPLACE_ESSENTIAL_DAPPS_AD_ENABLED – to optionally disable ads in essential dapps (enabled by default)

Example values:

NEXT_PUBLIC_VIEWS_MARKETPLACE_TITLES={ 'entity_name': 'Dapp', 'menu_item': 'Dapps', 'title': 'Dappscout', 'subtitle_essential_dapps': 'Essential dapps', 'subtitle_list': 'Explore dapps' }
NEXT_PUBLIC_VIEWS_MARKETPLACE_ESSENTIAL_DAPPS_AD_ENABLED=false

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@maxaleks maxaleks requested a review from tom2drum November 13, 2025 16:16
@maxaleks maxaleks merged commit de32ffd into main Nov 14, 2025
16 checks passed
@maxaleks maxaleks deleted the issue-3082 branch November 14, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ENVs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add env variables for the marketplace copies Ad placement on the marketplace Ad placement essential dapps

2 participants